|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/share/selinux/devel/include/contrib/ |
Upload File : |
## <summary>TCP daemon.</summary> ######################################## ## <summary> ## Execute tcpd in the tcpd domain. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed to transition. ## </summary> ## </param> # interface(`tcpd_domtrans',` gen_require(` type tcpd_t, tcpd_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, tcpd_exec_t, tcpd_t) ') ######################################## ## <summary> ## Create a domain for services that ## utilize tcp wrappers. ## </summary> ## <param name="domain"> ## <summary> ## Type to be used as a domain. ## </summary> ## </param> ## <param name="entry_point"> ## <summary> ## Type of the program to be used as an entry point to this domain. ## </summary> ## </param> # interface(`tcpd_wrapped_domain',` gen_require(` type tcpd_t; role system_r; ') domtrans_pattern(tcpd_t, $2, $1) role system_r types $1; ')